type reflect.structTypeUncommon

3 uses

	reflect (current package)
		type.go#L746: 		return &(*structTypeUncommon)(unsafe.Pointer(t)).u
		type.go#L2394: type structTypeUncommon struct {
		type.go#L2659: 		t := new(structTypeUncommon)